home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / grunge_dog / music.swf / scripts / DefineButton2_11 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-04-05  |  98 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("musicbarsprite")
  4.    {
  5.       stop();
  6.    }
  7. }
  8.